.wrap {
    width: 100%;
}
*{
    font-family: 'Microsoft YaHei' !important;
}
.w825 {
    width: 825px;
    margin: 0 auto;
}

.w800 {
    width: 800px;
    margin: 0 auto;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}
.f-tal{
    text-align: left;
}
.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-pt10 {
    padding-top: 10px;
}

.f-pr10 {
    padding-right: 10px;
}

.f-pb10 {
    padding-bottom: 10px;
}

.f-pl10 {
    padding-left: 10px;
}

.f-pr30 {
    padding-right: 30px;
}

.f-pb20 {
    padding-bottom: 20px;
}

.f-mt5 {
    margin-top: 5px;
}

.f-mr5 {
    margin-right: 5px;
}

.f-mt10 {
    margin-top: 10px;
}

.f-mt15 {
    margin-top: 15px;
}

.f-ml15 {
    margin-left: 15px;
}

.f-mt20 {
    margin-top: 20px;
}

.f-mr20 {
    margin-right: 20px;
}

.f-mt30 {
    margin-top: 30px;
}

.f-ml30 {
    margin-left: 30px;
}

.f-ccc0 {
    color: #cc0000;
}

.f-c999 {
    color: #999;
}

.f-pl0 {
    padding-left: 0 !important;
}

.f-fs14 {
    font-size: 14px;
}

.f-fs18 {
    font-size: 18px;
}

.f-fwb{
    font-weight: bold;
}
.f-c333{
    color: #333;
}

.f-lh18{
    line-height: 1.8 !important;
}

.product-list .m-table th,
.product-list .m-table td {
    height: 225px;
    background-image: url(../images/home-products-bg.gif);
    overflow: hidden;
}

.product-list .m-table .img {
    text-align: center;
}

.product-list .m-table .img a,
.product-list .m-table .img a img {
    width: 156px;
    height: 104px;
}

.product-list .m-table .img a {
    border: 2px solid transparent;
}

.product-list .m-table .img a:hover {
    border: 2px solid #aaa;
}

.product-list .m-table .tit {
    font-size: 16px;
}

.product-list .m-table .tit a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
    background-image: url(../images/002.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    border-bottom: 1px dotted #999;
}

.product-list .m-table .tit a:hover {
    background-color: #ededed;
}

.product-list .m-table .cont {
    padding-top: 5px;
    line-height: 20px;
}

footer {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

footer .links {
    width: 47%;
}

footer .links a {
    padding: 3px 15px;
    border-right: 1px solid #aaa;
    float: left;
}

footer .links a:first-child {
    border-left: 1px solid #aaa;
}

footer .links a:hover {
    background: #eee;
}

footer .copyright {
    width: 52%;
    color: #999;
    text-align: right;
    padding: 3px;
}